projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b23dc8
)
(browse-url-netscape): Fix format for hex escapes.
author
Dave Love
<fx@gnu.org>
Tue, 25 Aug 1998 13:16:35 +0000
(13:16 +0000)
committer
Dave Love
<fx@gnu.org>
Tue, 25 Aug 1998 13:16:35 +0000
(13:16 +0000)
lisp/browse-url.el
patch
|
blob
|
history
diff --git
a/lisp/browse-url.el
b/lisp/browse-url.el
index 6521dfdef299225d24d27f4f1f28d496d76934a6..3be0331196baebfd0ed54d52de340f3fb42059bc 100644
(file)
--- a/
lisp/browse-url.el
+++ b/
lisp/browse-url.el
@@
-700,7
+700,7
@@
used instead of `browse-url-new-window-p'."
;; include at least commas; presumably also close parens.
(while (string-match "[,)]" url)
(setq url (replace-match
- (format "%x" (string-to-char (match-string 0 url))) t t url)))
+ (format "%
%%
x" (string-to-char (match-string 0 url))) t t url)))
(let* ((process-environment (browse-url-process-environment))
(process (apply 'start-process
(concat "netscape " url) nil